projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b2c646
)
da850evm: add mtdpart and ubi commands with NAND support
author
Ben Gardiner
<
[email protected]
>
Thu, 14 Oct 2010 21:26:27 +0000
(17:26 -0400)
committer
Wolfgang Denk
<
[email protected]
>
Sun, 17 Oct 2010 18:14:50 +0000
(20:14 +0200)
This patch enables also the mtdpart, ubi and ubifs commands when NAND support
is enabled.
Signed-off-by: Ben Gardiner<
[email protected]
>
To: Sudhakar Rajashekhara <
[email protected]
>
Signed-off-by: Sandeep Paulraj <
[email protected]
>
include/configs/da850evm.h
patch
|
blob
|
history
diff --git
a/include/configs/da850evm.h
b/include/configs/da850evm.h
index 0320917dd80697ca360248718869412a2e021d8c..91dc0c68f0d5f3d3b43c31c58c8e4da919cbe04f 100644
(file)
--- a/
include/configs/da850evm.h
+++ b/
include/configs/da850evm.h
@@
-154,6
+154,14
@@
#undef CONFIG_CMD_FLASH
#undef CONFIG_CMD_IMLS
#define CONFIG_CMD_NAND
+
+#define CONFIG_CMD_MTDPARTS
+#define CONFIG_MTD_DEVICE
+#define CONFIG_MTD_PARTITIONS
+#define CONFIG_LZO
+#define CONFIG_RBTREE
+#define CONFIG_CMD_UBI
+#define CONFIG_CMD_UBIFS
#endif
#if !defined(CONFIG_USE_NAND) && \